home *** CD-ROM | disk | FTP | other *** search
/ My Neighborhood / My Neighborhood.iso / mac / MacFiles / DefProj.Dxr / 00007_cd drive.ls < prev    next >
Encoding:
Text File  |  1997-11-18  |  108 b   |  8 lines

  1. on keyDown
  2.   if (the key = RETURN) or (the key = ENTER) then
  3.     testEntry()
  4.   else
  5.     pass()
  6.   end if
  7. end
  8.